|
|
In a macro, is it possible to define default values for parameters, so they
can be skipped during instantiation?
#macro Laser (Color = 'Red')
body here
#end
so that calling:
Laser() would produce a Red laser,
Laser(Green) would produce a Green laser, and so forth?
This doesn't work, of course, but some other way?
Alan Walkington
Post a reply to this message
|
|